Document List

URI
http://www.junkwork.net/xml/DocumentList [HTML] [RDF]
Previous Version
http://www.junkwork.net/xml/DocumentList20050105
Creator
イソムラ (Isomura)
Date
2005-03-21

Table of Contents

Namespace

この語彙の名前空間は http://www.junkwork.net/xml/DocumentList# であり、接頭辞は doclist が望ましい。

The preferred namespace URI for this vocabulary is http://www.junkwork.net/xml/DocumentList#, and preferred prefix is doclist.

Vocabulary Classes

Document

URI
http://www.junkwork.net/xml/DocumentList#Document
Label
Document
Definition
一つの文書を表す要素。
This means a unit of document.

Vocabulary Properties

sortName

URI
http://www.junkwork.net/xml/DocumentList#sortName
Label
Sort Name
Definition
並べ替えに使用される文書の名前。
Name of document to use in an alphabetically sorted list.
Domain
http://www.junkwork.net/xml/DocumentList#Document
Range
http://www.w3.org/2000/01/rdf-schema#Literal
Sub Property Of
http://purl.org/dc/elements/1.1/title

categoryName

URI
http://www.junkwork.net/xml/DocumentList#categoryName
Label
Category Name
Definition
並べ替えに使用される文書の分類項目の名前。
Category name of document to use in an alphabetically sorted list.
Domain
http://www.junkwork.net/xml/DocumentList#Document
Range
http://www.w3.org/2000/01/rdf-schema#Literal
Sub Property Of
http://purl.org/dc/elements/1.1/subject

sortNumber

URI
http://www.junkwork.net/xml/DocumentList#sortNumber
Label
Sort Number
Definition
並べ替えに使用される文書の番号。
The number of the document for a numerically sorted list.
Domain
http://www.junkwork.net/xml/DocumentList#Document
Range
http://www.w3.org/2000/01/rdf-schema#Literal

Examples

芥川龍之介全集に関するリストの例。

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:doclist="http://www.junkwork.net/xml/DocumentList#"
 xml:lang="ja">
	<doclist:Document rdf:about="urn:isbn:4000919717">
		<dc:title>芥川龍之介全集〈第1巻〉羅生門 鼻</dc:title>
		<dc:creator>芥川 竜之介</dc:creator>
		<doclist:sortName>あくたがわりゅうのすけぜんしゅうだいいっかん</doclist:sortName>
		<doclist:sortNumber>1</doclist:sortNumber>
	</doclist:Document>
	<doclist:Document rdf:about="urn:isbn:4000919725">
		<dc:title>芥川龍之介全集〈第2巻〉偸盗 或日の大石蔵之助</dc:title>
		<dc:creator>芥川 竜之介</dc:creator>
		<doclist:sortName>あくたがわりゅうのすけぜんしゅうだいにかん</doclist:sortName>
		<doclist:sortNumber>2</doclist:sortNumber>
	</doclist:Document>
	<doclist:Document rdf:about="urn:isbn:4000919733">
		<dc:title>芥川龍之介全集〈第3巻〉地獄変 奉教人の死</dc:title>
		<dc:creator>芥川 竜之介</dc:creator>
		<doclist:sortName>あくたがわりゅうのすけぜんしゅうだいさんかん</doclist:sortName>
		<doclist:sortNumber>3</doclist:sortNumber>
	</doclist:Document>
	<doclist:Document rdf:about="urn:isbn:4000919741">
		<dc:title>芥川龍之介全集〈第4巻〉あの頃の自分の事 蜜柑</dc:title>
		<dc:creator>芥川 竜之介</dc:creator>
		<doclist:sortName>あくたがわりゅうのすけぜんしゅうだいよんかん</doclist:sortName>
		<doclist:sortNumber>4</doclist:sortNumber>
	</doclist:Document>
</rdf:RDF>

A example list of Jacob Nielsen's esseys .

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:doclist="http://www.junkwork.net/xml/DocumentList#"
 xml:lang="en">
	<doclist:Document rdf:about="http://www.useit.com/papers/focusgroups.html">
		<dc:title>The Use and Misuse of Focus Groups</dc:title>
		<dc:creator>Jacob Nielsen</dc:creator>
		<doclist:sortName>Focus Groups</doclist:sortName>
		<doclist:categoryName>Essays</doclist:categoryName>
	</doclist:Document>
	<doclist:Document rdf:about="http://www.useit.com/papers/filedeath.html">
		<dc:title>The Death of File Systems</dc:title>
		<dc:creator>Jacob Nielsen</dc:creator>
		<doclist:sortName>Death of File Systems</doclist:sortName>
		<doclist:categoryName>Essays</doclist:categoryName>
	</doclist:Document>
	<doclist:Document rdf:about="http://www.useit.com/papers/heuristic/severityrating.html">
		<dc:title>Severity Ratings for Usability Problems</dc:title>
		<dc:creator>Jacob Nielsen</dc:creator>
		<doclist:sortName>rate the severity</doclist:sortName>
		<doclist:categoryName>Essays</doclist:categoryName>
	</doclist:Document>
</rdf:RDF>

RDF Schema

http://www.junkwork.net/xml/DocumentList.rdf

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
 xmlns:owl="http://www.w3.org/2002/07/owl#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:dcterm="http://purl.org/dc/terms/"
 xmlns:vann="http://purl.org/vocab/vann/">
<owl:Ontology rdf:about="">
   <dc:title>Document List</dc:title>
   <dc:description xml:lang="ja">文書などの一覧表をRDFによって表す際の並べ替えに使用する要素を示す。</dc:description>
   <dc:date>2005-01-05</dc:date>
   <dc:identifier>http://www.junkwork.net/xml/DocumentList</dc:identifier>
   <dc:creator>
      <rdf:Alt>
      <rdf:li xml:lang="ja">イソムラ</rdf:li>
      <rdf:li xml:lang="en">Isomura</rdf:li>
      </rdf:Alt>
   </dc:creator>
   <owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema" />
   <owl:imports rdf:resource="http://www.w3.org/2002/07/owl" />
   <vann:preferredNamespaceUri>http://www.junkwork.net/xml/DocumentList#</vann:preferredNamespaceUri>
   <vann:preferredNamespacePrefix>doclist</vann:preferredNamespacePrefix>
   <vann:example>
      <rdf:Description rdf:about="http://www.junkwork.net/stories/list">
         <dc:title>monologue : Stories List</dc:title>
         <dc:identifier>http://www.junkwork.net/stories/list</dc:identifier>
      </rdf:Description>
   </vann:example>
   <dcterm:hasFormat>
      <rdf:Description rdf:about="http://www.junkwork.net/xml/DocumentList.html">
         <dc:format>
            <dcterm:IMT>
               <rdf:value>text/html</rdf:value>
               <rdfs:label>HTML</rdfs:label>
            </dcterm:IMT>
         </dc:format>
      </rdf:Description>
   </dcterm:hasFormat>
   <dcterm:hasFormat>
      <rdf:Description rdf:about="http://www.junkwork.net/xml/DocumentList.rdf">
         <dc:format>
            <dcterm:IMT>
               <rdf:value>application/rdf+xml</rdf:value>
               <rdfs:label>RDF</rdfs:label>
            </dcterm:IMT>
         </dc:format>
      </rdf:Description>
   </dcterm:hasFormat>
</owl:Ontology>

<rdfs:Class rdf:about="http://www.junkwork.net/xml/DocumentList#Document">
   <rdfs:label>Document</rdfs:label>
   <rdfs:comment xml:lang="ja">一つの文書を表す要素。</rdfs:comment>
   <rdfs:comment xml:lang="en">This means a unit of document.</rdfs:comment>
   <rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdfs:Class>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#sortName">
   <rdfs:label>sortName</rdfs:label>
   <rdfs:comment xml:lang="ja">並べ替えに使用される文書の名前。</rdfs:comment>
   <rdfs:comment xml:lang="en">Name of document to use in an alphabetically sorted list.</rdfs:comment>
   <rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
   <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/title" />
   <rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#categoryName">
   <rdfs:label>categoryName</rdfs:label>
   <rdfs:comment xml:lang="ja">並べ替えに使用される文書の分類項目の名前。</rdfs:comment>
   <rdfs:comment xml:lang="en">Category name of document to use in an alphabetically sorted list.</rdfs:comment>
   <rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
   <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/subject" />
   <rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

<rdf:Property rdf:about="http://www.junkwork.net/xml/DocumentList#sortNumber">
   <rdfs:label>sortNumber</rdfs:label>
   <rdfs:comment xml:lang="ja">並べ替えに使用される文書の番号。</rdfs:comment>
   <rdfs:comment xml:lang="en">The number of the document for a numerically sorted list.</rdfs:comment>
   <rdfs:domain rdf:resource="http://www.junkwork.net/xml/DocumentList#Document" />
   <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
   <rdfs:isDefinedBy rdf:resource="http://www.junkwork.net/xml/DocumentList#" />
</rdf:Property>

</rdf:RDF>
イソムラ (Isomura)